home *** CD-ROM | disk | FTP | other *** search
/ macdrivermuseum.net / www.macdrivermuseum.net.tar / www.macdrivermuseum.net / NECPPDS.sea.hqx / NECPPDS.sea.1 / Silentwriter LC890XL < prev    next >
PostScript Printer Description  |  1993-04-15  |  12KB  |  359 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "2.1"
  11. *PCFileName: "N890X505.PPD"
  12. *LanguageVersion: English
  13. *Product: "(Silentwriter XL)"
  14. *PSVersion: "(50.5) 0"
  15. *ModelName: "NEC Silentwriter LC 890XL"
  16. *NickName: "NEC Silentwriter LC 890XL v50.5"
  17.  
  18. *% General Information and Defaults ===============
  19. *FreeVM: "2054390"
  20. *LanguageLevel: "1"
  21. *Extensions: FileSystem
  22. *ColorDevice: False
  23. *DefaultColorSpace: Gray
  24. *VariablePaperSize: False
  25. *FileSystem: True
  26. *?FileSystem: "
  27. save
  28.  statusdict /diskstatus known
  29.  { statusdict /diskstatus get exec exch pop 0 ne {(True)}{(False)} ifelse }
  30.  {(False)} ifelse
  31.  = flush
  32. restore
  33. "
  34. *End
  35. *Throughput: "8"
  36. *Password: "0"
  37. *ExitServer: "
  38.   count 0 eq {  % is the password on the stack?
  39.     true
  40.   }{
  41.     dup    % potential password
  42.     statusdict /checkpassword get exec not
  43.   } ifelse
  44.   {  %  if no password or not valid
  45.     (WARNING : Cannot perform the exitserver command.) =
  46.     (Password supplied is not valid.) =
  47.     (Please contact the author of this software.) = flush
  48.     quit
  49.   } if
  50.   serverdict /exitserver get exec
  51. "
  52. *End
  53.  
  54. *Reset: "
  55.   count 0 eq {  % is the password on the stack?
  56.     true
  57.   }{
  58.     dup    % potential password
  59.     statusdict /checkpassword get exec not
  60.   } ifelse
  61.   {  %  if no password or not valid
  62.     (WARNING : Cannot reset printer.) =
  63.     (Password supplied is not valid.) =
  64.     (Please contact the author of this software.) = flush
  65.     quit
  66.   } if
  67.   serverdict /exitserver get exec
  68.   systemdict /quit get exec
  69.   (WARNING : Printer Reset Failed.) = flush
  70. "
  71. *End
  72.  
  73. *DefaultResolution: 300dpi
  74. *?Resolution: "
  75. save
  76.   initgraphics
  77.   0 0 moveto currentpoint matrix defaultmatrix transform
  78.   0 72 lineto currentpoint matrix defaultmatrix transform
  79.   3 -1 roll sub dup mul
  80.   3 1 roll exch sub dup mul
  81.   add sqrt round cvi
  82.   (          ) cvs print (dpi) = flush
  83. restore
  84. "
  85. *End
  86.  
  87. *% Halftone Information ===============
  88. *ScreenFreq: "60.0"
  89. *ScreenAngle: "45.0"
  90. *DefaultScreenProc: Dot
  91. *ScreenProc Dot: "
  92. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  93. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  94. "
  95. *End
  96. *ScreenProc Line: "{ pop }"
  97. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  98.  
  99. *DefaultTransfer: Null
  100. *Transfer Null: "{ }"
  101. *Transfer Null.Inverse: "{ 1 exch sub }"
  102.  
  103. *% Paper Handling ===================
  104. *% Use these entries to set paper size most of the time, unless there is
  105. *% specific reason to use PageRegion.
  106. *OpenUI *PageSize: PickOne
  107. *OrderDependency: 30 AnySetup *PageSize
  108. *DefaultPageSize: Letter
  109. *PageSize Letter: "statusdict /lettertray get exec"
  110. *PageSize Legal: "statusdict /legaltray get exec"
  111. *PageSize A4: "statusdict /a4tray get exec"
  112. *PageSize B5: "statusdict /b5tray get exec"
  113. *?PageSize: "
  114. save
  115. 4 dict
  116.   dup /letter (Letter) put
  117.   dup /legal (Legal) put
  118.   dup /a4 (A4) put
  119.   dup /b5 (B5) put
  120.   statusdict /papersize get exec
  121.   3 1 roll  {get} stopped {(Unknown)}if
  122.   exch  not { print (.Transverse) }if
  123.   = flush
  124. restore
  125. "
  126. *End
  127. *CloseUI: *PageSize
  128.  
  129. *% These entries will set up the frame buffer. Usually used with manual feed.
  130. *OpenUI *PageRegion: PickOne
  131. *OrderDependency: 40 AnySetup *PageRegion
  132. *DefaultPageRegion: Letter
  133. *PageRegion Letter: "letter"
  134. *PageRegion Legal: "legal"
  135. *PageRegion A4: "a4"
  136. *PageRegion B5: "b5"
  137. *CloseUI: *PageRegion
  138.  
  139. *% The following entries provide information about specific paper keywords.
  140. *DefaultImageableArea: Letter
  141. *ImageableArea Letter: "18 15 593 777 "
  142. *ImageableArea Legal: "18 15 593 993 "
  143. *ImageableArea A4: "18 15 578 827 "
  144. *ImageableArea B5: "17 15 499 712 "
  145. *?ImageableArea: "
  146. save
  147.   /cvp {(                ) cvs print ( ) print } bind def
  148.   /upperright {10000 mul floor 10000 div} bind def
  149.   /lowerleft {10000 mul ceiling 10000 div} bind def
  150.   newpath clippath pathbbox
  151.   4 -2 roll exch 2 {lowerleft cvp} repeat
  152.   exch 2 {upperright cvp} repeat flush
  153.  restore
  154. "
  155. *End
  156.  
  157. *% These provide the physical dimensions of the paper (by keyword)
  158. *DefaultPaperDimension: Letter
  159. *PaperDimension Letter: "612 792"
  160. *PaperDimension Legal: "612 1008"
  161. *PaperDimension A4: "595 842"
  162. *PaperDimension B5: "516 729"
  163.  
  164. *RequiresPageRegion All: True
  165. *OpenUI *InputSlot: PickOne
  166. *OrderDependency: 20 AnySetup *InputSlot
  167. *DefaultInputSlot: Lower
  168. *InputSlot Lower: "1 statusdict /setpapertray get exec"
  169. *InputSlot Upper: "2 statusdict /setpapertray get exec"
  170. *?InputSlot: "
  171. save
  172.    [ (Unknown) (Lower) (Upper) ] statusdict /papertray get exec
  173.    {get exec} stopped { pop pop (Unknown)} if = flush
  174. restore
  175. "
  176. *End
  177. *CloseUI: *InputSlot
  178.  
  179. *OpenUI *ManualFeed: Boolean
  180. *OrderDependency: 20 AnySetup *ManualFeed
  181. *DefaultManualFeed: False
  182. *ManualFeed True: "statusdict /manualfeed true put"
  183. *ManualFeed False: "statusdict /manualfeed false put"
  184. *?ManualFeed: "
  185. save
  186.   statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  187. restore
  188. "
  189. *End
  190. *CloseUI: *ManualFeed
  191.  
  192. *DefaultOutputOrder: Normal
  193.  
  194. *% Font Information =====================
  195. *DefaultFont: Courier
  196. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  197. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  198. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  199. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  200. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  201. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  202. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  203. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  204. *Font Courier: Standard "(001.004)" Standard ROM
  205. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  206. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  207. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  208. *Font Helvetica: Standard "(001.002)" Standard ROM
  209. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  210. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  211. *Font Helvetica-Narrow: Standard "(001.002)" Standard ROM
  212. *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard ROM
  213. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard ROM
  214. *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard ROM
  215. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  216. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  217. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  218. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  219. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  220. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  221. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  222. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  223. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  224. *Font Symbol: Special "(001.003)" Special ROM
  225. *Font Times-Bold: Standard "(001.002)" Standard ROM
  226. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  227. *Font Times-Italic: Standard "(001.002)" Standard ROM
  228. *Font Times-Roman: Standard "(001.002)" Standard ROM
  229. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  230. *Font ZapfDingbats: Special "(001.002)" Special ROM
  231. *?FontQuery: "
  232. save
  233.  /str 100 string dup 0 (fonts/) putinterval def
  234.  {
  235.    count 1 gt
  236.    {
  237.      exch dup str 6 94 getinterval cvs
  238.      (/) print dup print (:) print exch
  239.      FontDirectory exch known
  240.      { pop (Yes) }
  241.       {
  242.         length 6 add str 0 3 -1 roll getinterval
  243.         mark exch status
  244.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  245.      } ifelse =
  246.    }
  247.    {exit} ifelse
  248.  }bind loop
  249.  (*) = flush
  250. restore
  251. "
  252. *End
  253.  
  254. *?FontList: "
  255. save
  256.   FontDirectory { pop == } bind forall flush
  257.   /filenameforall where {
  258.     pop (fonts/*) {
  259.     dup length 6 sub 6 exch getinterval cvn ==
  260.     } bind
  261.     128 string filenameforall flush
  262.   } if
  263.   (*) = flush
  264. restore
  265. "
  266. *End
  267.  
  268. *% Printer Messages (verbatim from printer):
  269. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  270. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  271. *Message: "\FontName\ not found, using Courier"
  272.  
  273. *% Status (format: %%[ status: <one of these> ]%% )
  274. *Status: "idle"
  275. *Status: "busy"
  276. *Status: "waiting"
  277. *Status: "printing"
  278. *Status: "initializing"
  279. *Status: "printing test page"
  280. *Status: "PrinterError: timeout, clearing printer"
  281. *Status: "PrinterError: pc life"
  282. *Status: "PrinterError: problem with LED array"
  283. *Status: "PrinterError: problem with fuser temp"
  284. *Status: "PrinterError: cover open"
  285. *Status: "PrinterError: out of toner"
  286. *Status: "PrinterError: out of paper"
  287. *Status: "PrinterError: no cartridge"
  288. *Status: "PrinterError: wrong paper size"
  289. *Status: "PrinterError: initializing"
  290. *Status: "PrinterError: printing test page"
  291. *Status: "PrinterError: paper jam"
  292.  
  293. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  294. *Source: "serial25"
  295. *Source: "AppleTalk"
  296. *Source: "Centronics"
  297.  
  298. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  299. *PrinterError: "timeout, clearing printer"
  300. *PrinterError: "pc life"
  301. *PrinterError: "problem with LED array"
  302. *PrinterError: "problem with fuser temp"
  303. *PrinterError: "cover open"
  304. *PrinterError: "out of toner"
  305. *PrinterError: "out of paper"
  306. *PrinterError: "no cartridge"
  307. *PrinterError: "wrong paper size"
  308. *PrinterError: "initializing"
  309. *PrinterError: "printing test page"
  310. *PrinterError: "paper jam"
  311.  
  312. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  313.  
  314. *% Color Separation Information =====================
  315.  
  316. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  317.  
  318. *InkName: ProcessBlack/Process Black
  319. *InkName: CustomColor/Custom Color
  320. *InkName: ProcessCyan/Process Cyan
  321. *InkName: ProcessMagenta/Process Magenta
  322. *InkName: ProcessYellow/Process Yellow
  323.  
  324. *%  For 60 lpi / 300 dpi  ===============================
  325.  
  326. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  327. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  328. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  329. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  330. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  331.  
  332. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  333. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  334. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  335. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  336. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  337.  
  338. *%  For 53 lpi / 300 dpi  ===============================
  339.  
  340. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  341. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  342. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  343. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  344. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  345.  
  346. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  347. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  348. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  349. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  350. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  351.  
  352. *% For "Silentwriter XL" version 50.5
  353. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  354. *% Converted to meet 4.0 specification
  355. *% Last Edit Date: Sep 15 1992
  356. *% The byte count of this file should be exactly 011678 or 012036
  357. *% depending on the filesystem it resides in.
  358. *% end of PPD file for Silentwriter XL
  359.